Linking to individual images/icons

Use .aw-image-{name} selector with background:url(...) rule

	.aw-image-home  {background:url(home.gif)  1px 1px no-repeat}
	.aw-image-email {background:url(email.gif) 1px 1px no-repeat}
	.aw-image-clock {background:url(clock.gif) 1px 1px no-repeat}
...

Back to images examples, all examples